Package com.netscape.certsrv.property
Interface IDescriptor
- All Known Implementing Classes:
Descriptor
public interface IDescriptor
This interface represents a property descriptor.
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionConstraint for the given syntax.Retrieves the default value of the property.getDescription
(Locale locale) Retrieves the description of the property.Returns the syntax of the property.
-
Field Details
-
DATE
- See Also:
-
PASSWORD
- See Also:
-
PRETTY_PRINT
- See Also:
-
IMAGE_URL
- See Also:
-
INTEGER
- See Also:
-
BOOLEAN
- See Also:
-
STRING
- See Also:
-
STRING_LIST
- See Also:
-
KEYGEN_REQUEST
- See Also:
-
KEYGEN_REQUEST_TYPE
- See Also:
-
ENC_KEYGEN_REQUEST
- See Also:
-
ENC_KEYGEN_REQUEST_TYPE
- See Also:
-
SIGN_KEYGEN_REQUEST
- See Also:
-
SIGN_KEYGEN_REQUEST_TYPE
- See Also:
-
DUAL_KEYGEN_REQUEST
- See Also:
-
DUAL_KEYGEN_REQUEST_TYPE
- See Also:
-
CERT_REQUEST
- See Also:
-
CERT_REQUEST_TYPE
- See Also:
-
SERVER_SIDE_KEYGEN_REQUEST_TYPE
- See Also:
-
SERVER_SIDE_KEYGEN_PKCS12
- See Also:
-
SERVER_SIDE_KEYGEN_KEY_TYPE
- See Also:
-
SERVER_SIDE_KEYGEN_KEY_SIZE
- See Also:
-
CHOICE
- See Also:
-
DN
- See Also:
-
IP
- See Also:
-
EMAIL
- See Also:
-
READONLY
- See Also:
-
HIDDEN
- See Also:
-
-
Method Details
-
getSyntax
String getSyntax()Returns the syntax of the property.- Returns:
- syntax
-
getConstraint
String getConstraint()Constraint for the given syntax. For example, - number(1-5): 1-5 is the constraint, and it indicates that the number must be in the range of 1 to 5. - choice(cert,crl): cert,crl is the constraint for choice If null, no constraint shall be enforced.- Returns:
- constraint
-
getDescription
Retrieves the description of the property.- Parameters:
locale
- user locale- Returns:
- localized description
-
getDefaultValue
String getDefaultValue()Retrieves the default value of the property.- Returns:
- default value
-